ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _PlotListLayoutView<TOwnerView,TDefinition> Class / _PlotListLayoutView<TOwnerView,TDefinition> Constructor

In This Topic
    _PlotListLayoutView<TOwnerView,TDefinition> Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ownerView As TOwnerView, _
       ByVal definition As TDefinition _
    )
    public _PlotListLayoutView<TOwnerView,TDefinition>( 
       TOwnerView ownerView,
       TDefinition definition
    )

    Parameters

    ownerView
    definition
    See Also